getChannelRequest

@get:JvmName(name = "getGetChannelRequest")
@set:JvmName(name = "setGetChannelRequest")
var getChannelRequest: Int
Send the specified channel in the response to this message
NOTE: This field is sent with the channel index + 1 (to ensure we never try to send 'zero' - which protobufs treats as not present)

uint32 get_channel_request = 1;